Chapter 1: Arithmetic, Numbers, and Variables

This introductory Chapter will get you started with your first programs in Python. It will introduce the two must common types of numbers (integer, and floating-point), operations with numbers, strings, and variables. Objectives Upon completion of this chapter’s exercises, you should be able to: Use the print statement to display one or more values. Explain … Continue reading Chapter 1: Arithmetic, Numbers, and Variables